-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discover] EuiDataGrid Implementation #67259
[Discover] EuiDataGrid Implementation #67259
Conversation
…discover-data-grid
…r-2020-04-25-discover-data-grid
you took care of that, right @cchaos
Or we make them function like the legacy one, close the flyout, would also prevent a problem with toggling of columns
Muchas gracias, fixed that
Dankeschön for taking care of it
Will be done when virtualization, I'm comfortable with 5000000 then about the geo field schema, so it should be handled like a JSON or differently? thx |
@kertal did some more styling. We have some Amsterdam specific changes that we'll need to make (that shouldn't hold up this PR) after the break. I'd still like to highlight the row selected if possible. Think you can pass me a Other small thing I noticed in here (and can wait) is that we really need to replace the doc viewer table that shows in the expanded flyout to use an EuiTable. Right now it's using Bootstrap, and we're looking to remove that next minor. |
…-25-discover-data-grid
...plugins/discover/public/application/components/discover_grid/discover_grid_expand_button.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. There are some small leftover issues from design, but they can all be handled by later PRs. All the big stuff is covered. When we get closer to a release, we should make a more prominent switch (maybe a one time toast?) to let people toggle the new view, that way they don't need to dig into adv. settings.
There's likely nearly ten people on this PR on the EUI or Kibana side. Really nice job by everyone. Good to merge!
Co-authored-by: Michail Yasonik <[email protected]> Co-authored-by: Marta Bondyra <[email protected]> Co-authored-by: Dave Snider <[email protected]> Co-authored-by: Andrea Del Rio <[email protected]> Co-authored-by: cchaos <[email protected]> Co-authored-by: Matthias Wilhelm <[email protected]> Co-authored-by: Michail Yasonik <[email protected]> Co-authored-by: Marta Bondyra <[email protected]> Co-authored-by: Dave Snider <[email protected]> Co-authored-by: Andrea Del Rio <[email protected]> Co-authored-by: cchaos <[email protected]>
💔 Build Failed
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Summary
Continuation of #51531 🔥 integrating EuiDataGrid implementation in Discover including the saved search embeddable.
You need to enable it in
Stack Monitoring
/Advanced Settings
by settingUse legacy table
toOff
When you navigate to Discover you should see the EuiDataGrid in Action
You can sort columns now with drag and drop
View the grid in full screen mode
Enjoy a much better way to change sorting
Expand documents in a flyout
You can resize one or multiple column, this is persisted in the saved search saved object and when you embed a saved search in a dashboard the width
Resolves #737
Resolves #38982
Resolves #8706
Resolved #4436
Known bugs and issues
Follow ups
Checklist
- [ ] Documentation was added for features that require explanation or tutorials